home *** CD-ROM | disk | FTP | other *** search
Text File | 1997-02-13 | 812 b | 37 lines | [TEXT/MPS ] |
- //# Copyright: © 1995 by Apple Computer, Inc., all rights reserved.
-
- #ifndef _ODAPLEVT_
- #define _ODAPLEVT_
-
- #ifndef _ODRECORD_
- #include "ODRecord.idl"
- #endif
-
- //==============================================================================
- // Classes defined in this interface
- //==============================================================================
-
- interface ODAppleEvent;
-
- //==============================================================================
- // ODAppleEvent
- //==============================================================================
-
- interface ODAppleEvent : ODRecord
- {
- void InitODAppleEvent();
- #ifdef __SOMIDL__
- implementation
- {
- majorversion = 1; minorversion = 0;
-
- functionprefix = ODAppleEvent;
-
- releaseorder:
- InitODAppleEvent;
- };
- #endif
- };
-
- #endif //# _ODAPLEVT_
-